Introduction

The data come from the Alaska Division of Elections website It’s a 10-page pdf, so I ran a script using tabula-py to extract the data. Additional summary information is available here.

I have republished the data here, where you can download the reports from each day. I had a google sheet that was updating automatically, but that kept breaking.

If you see any errors, contact Ben Matheson. Disclaimer - this may not be fully accurate or up to date. It also may break at any time. This is not official or affiliated with anything.

Vote By Mail

Early Voting

Early voting starts October 19th. Once that data appears, it will be here.

Mail Ballots Sent, Received, and Rejected

Time Series of Mail Ballots

## Breakdown by House District

About

The Alaska Division of Elections data is originally is published in a 10-page PDF that I parsed to extract the data. This uses a combination of R and Python. The Python uses Tabula to pull out the data. After that, an R script cleans out extra spaces, gaps, and labels the rows by house district and adds descriptions.

This webpage is an RMarkdown document that calculates some sumary stats, like percent rejected and then displays the data in several ggplot2 plots. The PDF parsing in particular may be brittle and this could break at anytime.